SOUNDEX
Translates a string expression (usually names) into a Soundex code - a 4 digit code consisting of 1 letter and 3 numbers.
The most familiar application of Soundex is its use by the US Bureau of the Census to create an index for individuals listed in the US census records after 1880.
Syntax
SOUNDEX(input_string)
input_string - string expression (or the reference to a cells) to be translated.
Remarks
All Soundex codes have 4 alphanumeric characters [no more, no less]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[ ©2000-2001, Edwin H. B. Tam, All rights reserved ]